Skip to content

Adding PSR-17 discovery #120

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 3 commits into from
Dec 30, 2018
Merged

Adding PSR-17 discovery #120

merged 3 commits into from
Dec 30, 2018

Conversation

Nyholm
Copy link
Member

@Nyholm Nyholm commented Dec 29, 2018

Q A
Bug fix? no
New feature? yes
BC breaks? no
Deprecations? no
Related tickets fixes #116
Documentation
License MIT

Make sure someone can ask for PSR17 factory

Copy link
Contributor

@dbu dbu left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this will obsolete the MessageFactoryDiscovery, StreamFactoryDiscovery and UriFactoryDiscovery, right? should we mark those discoveries as deprecated? those will discover httplug factories, while this discovery is for the various factories defined in PSR-17?

i think its great to group them together.

we should probably do a Psr18HttpClientDiscovery too (in a separate pull request)

@Nyholm
Copy link
Member Author

Nyholm commented Dec 29, 2018

I've added deprecation notices and I've created a new PR for PSR-18

@Nyholm Nyholm added this to the 1.6.0 milestone Dec 29, 2018
@dbu
Copy link
Contributor

dbu commented Dec 30, 2018

lets wait with merging until we decided naming in #121

@Nyholm Nyholm merged commit 5b62c39 into master Dec 30, 2018
@Nyholm Nyholm deleted the patch-17 branch December 30, 2018 13:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Support PSR-17
2 participants